home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global wtime, box1, box2, box3, ans
- if wtime <= the ticks then
- case ans of
- 5:
- if box1 = 0 then
- go("bad")
- exit
- else
- go("hap")
- exit
- end if
- 6:
- if box2 = 0 then
- go("bad")
- exit
- else
- go("hap")
- exit
- end if
- 7:
- if box3 = 0 then
- go("bad")
- exit
- else
- go("hap")
- exit
- end if
- end case
- end if
- bgmcheck()
- go(the frame - 1)
- end
-